github.com/aws/smithy-go/encoding/httpbinding.HeaderValue.float (method)

3 uses

	github.com/aws/smithy-go/encoding/httpbinding (current package)
		header.go#L83: 	h.float(float64(v), 32)
		header.go#L88: 	h.float(v, 64)
		header.go#L91: func (h HeaderValue) float(v float64, bitSize int) {